In case you're wondering what I'm doing this weekend, I'm building a book cover translation engine on local workstations that can take an English book cover and translate it into Spanish, French, Chinese, Russian, etc.
I'm using an iterative reinforced-correction process to attempt a translation and inpainting the pixels, then OCRing that result to see if it's good, and if not, then trying again with different parameters, until we get the best possible result.
All running on open source models, with vibe-coded code. I'm using DeepSeek V4 to write the code on this one, and Qwen-Image-Edit for the actual pixel alterations. Three Qwen engines are needed in all.
It's taking some real effort on this one. Once I nail it, I'll start processing BrightLearn books which will soon be available in Spanish, auto-translated with new Espanol covers, which is the whole point here.
Multi-lingual free book downloads are coming!